home *** CD-ROM | disk | FTP | other *** search
- if(_root.delayVal > _root.delayMax)
- {
- _root.level = _root.level + 1;
- if(_root.level > _root.levelMax)
- {
- _root.section = 6;
- _global.gClear = true;
- }
- else if(_root.level <= _root.levelMax)
- {
- _root.section = 3;
- }
- this.gotoAndPlay(this._currentframe + 1);
- }
- else
- {
- prevFrame();
- play();
- }
-